|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectrolesystem.jade.RoleCommand
public class RoleCommand
This class represents a command directed to the server agent.
| Constructor Summary | |
|---|---|
RoleCommand(java.lang.String name,
java.io.Serializable[] parameters)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Returns the name of this command. |
java.io.Serializable[] |
getParameters()
Returns the parameters of this command. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RoleCommand(java.lang.String name,
java.io.Serializable[] parameters)
name - Name of this command.parameters - Parameters of this command.| Method Detail |
|---|
public java.lang.String getName()
public java.io.Serializable[] getParameters()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||